home *** CD-ROM | disk | FTP | other *** search
/ Power Tools for Macintosh / Power Tools for Macintosh (SoftBit)(1992).iso / Stacks / *F-I / HyperCharts 3.1 / HyperCharts 3.1 english / Handbook next >
Encoding:
Text File  |  1993-06-27  |  5.7 KB  |  136 lines  |  [ttro/ttxt]

  1.  
  2. The HyperCharts - Handbook
  3. (Version 3.1, June 27th., 1993)
  4.  
  5.  
  6.  
  7. This text consists of following parts:
  8.  
  9.     •    System requirements
  10.     •    Installation of Version 3.1
  11.     •    Update from Version 3.0
  12.     •    New features of Version 3.1
  13.     •    New features of Version 3.0
  14.     •    New features of Version 2.1
  15.     •    Functions
  16.     •    Shareware remark
  17.     •    Credits
  18.  
  19.  
  20.  
  21. SYSTEM REQUIREMENTS
  22.  
  23. HyperCharts 3.1 was written on a Macintosh LC with 6 MB RAM, 12 inch color display and arithmetic coprocessor MC68881 under System 7 with TuneUp and HyperCard 2.1 (german version). The XCMDs were developed with Think C 5.0.
  24.  
  25. In addition, the stack was tested successfully on a Macintosh Plus with 1 MB RAM under System 6.0.7 and HyperCard 2.0 (german version). As well, a successful test was conducted on a PowerBook Duo 210 with 8MB RAM under System 7.1.
  26.  
  27. Generally following minimum configuration should be enough:
  28.  
  29.     -    Macintosh Plus
  30.     -    System 6.0.4
  31.     -    HyperCard 2.0
  32.  
  33. HyperCharts 3.1 runs only together with HyperCard. It supports Color QuickDraw (256 colors recommended).
  34.  
  35.  
  36.  
  37. INSTALLATION
  38.  
  39. If you like to operate HyperCharts from your hard disk, just copy the folder "HyperCharts 3.1" onto your hard disk.
  40. Within the Finder you can start HyperCharts by double clicking its icon. Instead you could as well start HyperCard first and then open HyperCharts by choosing the "Open Stack" option in the "File" menu.
  41.  
  42. HyperCharts expects to run under Apples version 2.x of the "Start" stack. If you use a "Start" stack of your own or any other type of "Start" stack, you should deactivate this "Start" stack by changing its name (to "MyStart" for example) and use the original "Start" stack instead.
  43.  
  44.  
  45.  
  46. UPDATE FROM VERSION 3.0
  47.  
  48. If you already worked with HyperCharts 3.0 before, version 3.1 provides a method to transfer your data out of HyperCharts 3.0 into the new stack. To do the transfer, you would have to follow the steps below:
  49.  
  50.     1.    Open the folder that contains HyperCharts 3.0 while in the Finder
  51.     2.    Duplicate HyperCharts 3.0 by choosing the respective option in the
  52.             "File" menu
  53.     3.    Change the name of the duplicate to "HyperCharts 3.0" (the name of the
  54.             original 3.0 version should be "HyperCharts", so there will not be an
  55.             error by the Finder)
  56.     4.    Place the duplicate named "HyperCharts 3.0" into the folder that
  57.             contains HyperCharts 3.1
  58.     5.    Launch HyperCharts 3.1 by double-clicking it´s icon
  59.     6.    Click the button "Update"
  60.  
  61. All cards of your old HyperCharts stack will be transferred into the new one. It is only necessary to place a duplicate of your old HyperCharts stack into the folder that contains HyperCharts 3.1 after naming the old version "HyperCharts 3.0" and before you launch HyperCharts 3.1. Pressing the update button while not doing so will cause the update to fail.
  62.  
  63. As soon as the update is done, you will receive a message in the message box. After that the "update" button as well as the duplicate of your old HyperCharts stack can be deleted.
  64.  
  65. The update as well works with HyperCharts 2.1. In that case, you would only have to modify the stack name from HyperCharts 3.0 to HyperCharts 2.1 in the script of the update button on HyperCharts contents card before you follow above steps.
  66.  
  67.  
  68.  
  69. NEW FEATURES OF VERSION 3.1
  70.  
  71. Version 3.1 just corrects some minor bugs in the english version of HyperCharts 3.0.
  72.  
  73.  
  74.  
  75. NEW FEATIRES OF VERSION 3.0
  76.  
  77. New XFCN "PickColor" allows to choose an RGB-Color for any of the four value areas through Apple's Color Picker.
  78.  
  79. Fields "Minimum" and "Maximum" allow optional minimum and maximum borders for groups of high values with small variance.
  80.  
  81.  
  82.  
  83. NEW FEATURES OF VERSION 2.1
  84.  
  85. First of all, the card layout of HyperCharts experienced some cosmetic changes. In addition, it now has a button that shows the current graph upon clicking.
  86.  
  87. The XCMDs can now be used without the HyperCharts stack without "bombing" because their enhanced error trappig.
  88. Therefore, the checks of all numeric values from HyperTalk can be omitted as they are done by the XCMDs instead.
  89.  
  90. Numeric values will be accepted with decimal comma (i.e. "2,347"; european notation) or decimal point (i.e. "2.347").
  91.  
  92. If there occurs an error upon calling one of the XCMDs, it will be stopped with the error code retuned in HyperCard´s "the result".
  93.  
  94.  
  95.  
  96. FUNCTIONS
  97.  
  98. The stack allows storing numeric values in up to four value areas per card. Besides, its cards are used to keep all additional Headlines etc. All cards are archieved in a directory on the first card of HyperCharts automatically.
  99.  
  100. The XCMDs and the XFCN that come with HyperCharts do the main work: They draw the charts that result from the data stored in the cards.
  101.  
  102. The functions at a glance:
  103.  
  104. • Display of a fever-, column- or pie type diagram
  105. • color or b/w display
  106.                 (on color Macs optional)
  107. • horizontal and vertical grid lines
  108. • manual change of step width on Y-Axis
  109. • optional minimum and maximum values
  110. • colors changeable through Apple Color Picker
  111. • export to PICT file format
  112.  
  113.  
  114.  
  115. SHAREWARE REMARK
  116.  
  117. This product took a lot of time and work to get it running. Nevertheless, HyperCharts is FreeWare whereas donations are alwas welcome. However, any commercial use of either the stacks or the externals contained in the stacks must be licensed.
  118.  
  119.             Ulrich Hilger
  120.             Memeler Straße 33
  121.             61440 Oberursel
  122.             Germany
  123.             CompuServe 100116,2751
  124.             Internet 100116.2751@COMPUSERVE.COM
  125.  
  126. It would be great pleasure to see that HyperCharts is used by as many professionals in the Mac community as possible.
  127. By the way I´m certainly interested in any comment or enhancement you might think of. As well, please let me know of any incompatibilities in order to allow future versions to run as good as possible in any system environment.
  128.  
  129.  
  130.  
  131. CREDITS
  132.  
  133. Very special thanks to Simone for her never ending patience.
  134.  
  135. As well many thanks to Martin Schmalfeld for his constructive help in testing HyperCharts 2.1 and his good design proposals.
  136.